Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / RemoveRevisionData Method / RemoveRevisionData(IEnumerable<Placement>) Method
Placements.

In This Topic
    RemoveRevisionData(IEnumerable<Placement>) Method
    In This Topic
    Removes revision data from placements. Used for change tracking.
    Syntax
    public void RemoveRevisionData( 
       IEnumerable<Placement> colPlacements
    )
    public:
    void RemoveRevisionData( 
       IEnumerable<Placement^>^ colPlacements
    ) 

    Parameters

    colPlacements
    Placements.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    Internal interface necessary for the revision management could not be created.
    An error occurred during the action.
    Remarks
    Used for change tracking.
    See Also